Skip to content

Social metric language update#320

Open
marcusljf wants to merge 2 commits intomainfrom
bounty-language
Open

Social metric language update#320
marcusljf wants to merge 2 commits intomainfrom
bounty-language

Conversation

@marcusljf
Copy link
Copy Markdown
Collaborator

@marcusljf marcusljf commented Apr 2, 2026

Updating the social metric, trackable stats to be more descriptive and added LinkedIn.

Summary by CodeRabbit

  • Documentation
    • Updated social metrics guidance to specify platform-by-platform target metrics (YouTube, Instagram, TikTok, X/Twitter, LinkedIn).
    • Replaced generic selectable-metric guidance with a detailed table mapping each platform to its fixed target metric (e.g., likes/views or reactions).
    • Removed an outdated UI reference image showing the prior selectable-metric approach.

Updating the social metric, trackable stats to be more descriptive and added LinkedIn.
@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Apr 2, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Dub 🟢 Ready View Preview Apr 2, 2026, 10:17 PM

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 2, 2026

📝 Walkthrough

Walkthrough

Updated documentation for the "Select a social platform and target metric" section in program bounties by replacing a simple platform list with a detailed platform-by-platform metrics table. Added LinkedIn as a newly documented platform, removed legacy UI imagery, and specified exact metrics for each platform.

Changes

Cohort / File(s) Summary
Documentation Update
help/article/program-bounties.mdx
Reorganized platform and metrics information from a list format to a structured table, added LinkedIn with Reactions metric, and removed outdated UI image reference.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A table springs forth where lists once lay,
LinkedIn joins the bounty way,
Metrics clear, platforms bright,
Documentation shining right,
Reactions now in the frame! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is partially related to the changeset. While it mentions 'social metric language update,' it is vague and does not clearly convey the main change: restructuring platform metrics with specific fixed targets and adding LinkedIn support. Provide a more specific title that highlights the key change, such as 'Replace social platform metrics bullets with fixed platform targets table' or 'Update bounty social metrics to fixed per-platform targets and add LinkedIn.'
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bounty-language

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (2)
help/article/program-bounties.mdx (2)

240-240: Clarify the lead-in sentence for the metric list.

Line 240 reads a bit incomplete (“can select from:”). Consider explicitly naming what follows (e.g., “select from the following metrics by platform:”).

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@help/article/program-bounties.mdx` at line 240, The lead-in sentence before
the metric list is incomplete ("can select from:"); update the sentence to
explicitly state what follows—e.g., change it to "You can track performance on
one social platform per bounty; select from the following metrics by
platform:"—so readers know the list contains selectable metrics per platform and
the sentence flows correctly.

242-264: Use one normalized table with explicit headers for readability and maintainability.

These separate mini-tables work, but a single Platform | Metric | Description table is easier to scan and less brittle in MDX rendering.

Proposed refactor
-| YouTube | |
-| --- | --- |
-| Likes | Total video likes |
-| Views | Total video views |
-
-| Instagram | |
-| --- | --- |
-| Likes | Total post or reel likes |
-| Views | Total post or reel views |
-
-| TikTok | |
-| --- | --- |
-| Likes | Total post likes |
-| Views | Total post views |
-
-| X/Twitter | |
-| --- | --- |
-| Likes | Total post likes |
-| Views | Total post views |
-
-| LinkedIn | |
-| --- | --- |
-| Reactions | Total post reactions |
+| Platform | Metric | Description |
+| --- | --- | --- |
+| YouTube | Likes | Total video likes |
+| YouTube | Views | Total video views |
+| Instagram | Likes | Total post or reel likes |
+| Instagram | Views | Total post or reel views |
+| TikTok | Likes | Total post likes |
+| TikTok | Views | Total post views |
+| X/Twitter | Likes | Total post likes |
+| X/Twitter | Views | Total post views |
+| LinkedIn | Reactions | Total post reactions |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@help/article/program-bounties.mdx` around lines 242 - 264, Replace the
multiple mini-tables with a single normalized markdown table that uses explicit
headers "Platform | Metric | Description" and contains rows for each
platform/metric pair (e.g., YouTube — Likes — "Total video likes"; YouTube —
Views — "Total video views"; Instagram — Likes — "Total post or reel likes";
Instagram — Views — "Total post or reel views"; TikTok — Likes — "Total post
likes"; TikTok — Views — "Total post views"; X/Twitter — Likes — "Total post
likes"; X/Twitter — Views — "Total post views"; LinkedIn — Reactions — "Total
post reactions"), replacing the block under the existing fragmented tables so
the table is easier to scan and stable in MDX rendering.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@help/article/program-bounties.mdx`:
- Line 240: The lead-in sentence before the metric list is incomplete ("can
select from:"); update the sentence to explicitly state what follows—e.g.,
change it to "You can track performance on one social platform per bounty;
select from the following metrics by platform:"—so readers know the list
contains selectable metrics per platform and the sentence flows correctly.
- Around line 242-264: Replace the multiple mini-tables with a single normalized
markdown table that uses explicit headers "Platform | Metric | Description" and
contains rows for each platform/metric pair (e.g., YouTube — Likes — "Total
video likes"; YouTube — Views — "Total video views"; Instagram — Likes — "Total
post or reel likes"; Instagram — Views — "Total post or reel views"; TikTok —
Likes — "Total post likes"; TikTok — Views — "Total post views"; X/Twitter —
Likes — "Total post likes"; X/Twitter — Views — "Total post views"; LinkedIn —
Reactions — "Total post reactions"), replacing the block under the existing
fragmented tables so the table is easier to scan and stable in MDX rendering.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1a894aad-b357-4420-aa1a-85b43fb6ee35

📥 Commits

Reviewing files that changed from the base of the PR and between ae077ec and c4da701.

📒 Files selected for processing (1)
  • help/article/program-bounties.mdx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant